home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / C-D / DeveloperStax.cpt / Developer Stack 1.2r / card_31452.txt < prev    next >
Text File  |  1989-02-26  |  1KB  |  46 lines

  1. -- card: 31452 from stack: in.2r
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3837
  5. -- name: CommRead
  6.  
  7.  
  8. -- part contents for background part 5
  9. ----- text -----
  10. CommRead
  11.  
  12. -- part contents for background part 6
  13. ----- text -----
  14. The CommRead XFCN reads any pending input from the modem port and returns it as a function value.
  15.  
  16. See also CommWrite*, and CommInit*
  17.  
  18.  
  19. HyperCard XCMDs for Serial port communications...by BIAP Systems 
  20. (Chuck Shotton, Oct. 6, 1987)
  21. (BIX ID=cshotton, GEnie= C.SHOTTON12)
  22.  
  23.  
  24. This StackWare is distributed as is, as a service to the Mac community by BIAP Systems. These XCMDs and XFCNs are made available, free of charge, for Mac users to incorporate into their own stackware, as long as proper credit is given to BIAP Systems, and no profit is made off of our work without written permission from BIAP Systems.
  25.  
  26. You can obtain complete Lightspeed Pascal source code, as well as a version of HyperComm that works at baud rates other than 1200, by sending $8 to:
  27.  
  28. BIAP Systems
  29. Box 580622
  30. Houston, TX 77258
  31.  
  32.  
  33.  
  34. -- part contents for background part 7
  35. ----- text -----
  36. Syntax:
  37.  
  38. CommRead()
  39.  
  40. Returns any pending input from the modem port.
  41.  
  42. Return empty if no input is available.
  43.  
  44. -- part contents for background part 10
  45. ----- text -----
  46. 28